home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / MiniclipsTetris.swf / scripts / DefineButton2_246 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-08-04  |  133 b   |  8 lines

  1. on(press){
  2.    if(1 < Brick._currentframe)
  3.    {
  4.       Brick.prevFrame();
  5.       _parent.brickType = Brick._currentframe;
  6.    }
  7. }
  8.